home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄15⁄89 / 0207-Re Note Manager and -Dec89 < prev    next >
Encoding:
Text File  |  1989-12-15  |  1.4 KB  |  38 lines  |  [TEXT/GEOL]

  1. Item    5648988                         14-Dec-89        18:25
  2.  
  3. From:   ROSENSTEIN1                     Rosenstein, Larry
  4.  
  5. To:     D2652                           Strategic Planning Sys, D Bell,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    Re: Note Manager and MacApp
  10.  
  11. Danny,
  12.  
  13. 1. The Notfication Manager doesn't care if your application is in front or not.
  14. It makes more sense, however, if you directly interact with the user when the
  15. application is in front, and use the NM when it isn't.  The Notification
  16. Manager is intended to be used when you can't or shouldn't put up your own
  17. alert.
  18.  
  19. 2. I recall some guidelines on the use of the NM that say you should give the
  20. user a choice of whether to display an alert or sound when notification
  21. happens.  The Print Monitor application does this, and you should see what
  22. options it provides.  These guidelines were write for background apps, with the
  23. idea that when the application comes to the front it should remove the
  24. notification.
  25.  
  26. Having multiple modal dialogs on the screen at once doesn't sound like a good
  27. user interface to me.  I would prefer to see a window that contains a list of
  28. items that need the user's attention, if you have more than 1.  Then when the
  29. application is in the background, you can install a NM request when there is
  30. anything on the list.
  31.  
  32. 3. The nmResp must be a global procedure, not nested in any method or
  33. procedure.
  34.  
  35. Larry
  36.  
  37.  
  38.